grape change status code

46

post do
  status 203
  @order = Order.find(params[:id])
end

Comments

Submit
0 Comments